home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / obst / readme.osh < prev    next >
Encoding:
Text File  |  1992-11-29  |  2.2 KB  |  69 lines

  1. Version: OSH1-0
  2. Date:    16/1/92
  3.  
  4. (1) Introduction
  5. ----------------
  6.  
  7. OShell is a tool which provides interactive access to the OBST object
  8. base. There is a language called OSL which is based on the lambada
  9. calculus and defines the interface to the OShell tool.
  10.  
  11. OBST is the STONE object management system developed by Forschungszentrum
  12. Informatik (FZI) as a contribution to the STONE project.
  13.  
  14. [ Formerly, we used the acronym SOS, which led to a conflict
  15.   with an object oriented operating system of the same name.
  16.   Therefore we changed the name to OBST. As many people already        
  17.   use SOS (OBST) we did not change internal things like class        
  18.   names, environment variables and so on. ]
  19.  
  20. Please mail to: Forschungszentrum Informatik (FZI)
  21.                        STONE Projekt
  22.                  Haid-und-Neu-Strasse 10-14
  23.                      D-7500 Karlsruhe 1
  24.                           Germany
  25.  
  26. or email to:    stone@fzi.de
  27.  
  28. Phone:          ++49-721-9654-601
  29. Fax:            ++49-721-9654-609
  30. Teletex:        721 190 fziKA
  31.  
  32.  
  33. (2) System Requirements
  34. -----------------------
  35.  
  36. The installation has been tested for Sun4 running os4 and the C++
  37. compiler GNU g++ (version 1.39.1).
  38.  
  39. You must have installed OBST version 3.2 (or a later version).
  40.  
  41.  
  42. (3) Additional Information
  43. --------------------------
  44.  
  45. The directory <OSH>\man contains manual pages concerning the
  46. environment class and the OShell programm. Documentation can be found
  47. in <OSH>\doc\tutorial. The main LaTeX file is 'oshell.tex'. The
  48. tutorial gives an overview about the functionality of the OShell and its
  49. language OSL and contains an example session which presents the most
  50. important features. Type
  51.  
  52.     make demos
  53.     
  54. to compile the files, which are necessary to run the example.
  55.  
  56. As mentioned, the OShell provides a language called OSL. The directory
  57. <OSH>\OSL contains some programs written in OSL. For a more specific
  58. documentation about the programs refer to the tutorial.
  59.  
  60. How to start the OShell the first time, refer to the manual page. 
  61.  
  62.  
  63. (4) Bugs and Limitations of this Release
  64. ----------------------------------------
  65.  
  66. - The current version of the OShell does not support overloaded methods.
  67. - After rebooting the OShell, the old container which contains the
  68.   state information about the OShell won't be deleted.
  69.